home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 871 b | 22 lines | [TEXT/MPS ] |
- // MacAppVersion.h
- // Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
-
- // MacApp version strings. Included by both Rez and C++, so only #define's are used.
- // To change the MacApp version number, all you have to change is this file,
- // the definition of:
- // MAShortVersion in "{MacApp}Startup Items:1Startup", and
- // the first line in "{MacApp}MacApp.help".
-
- #ifndef __MACAPPVERSION__
- #define __MACAPPVERSION__
-
- #define MA_SHORT_VERSION "10"
- #define MA_LONG_VERSION "MacApp® Release 10, © Apple Computer, Inc. 1984-96"
- #define MA_COPYRIGHT "MacApp® Release 10 Copyright © 1984-96 by Apple Computer, Inc. All rights reserved."
- #define WRITTEN_WITH_MACAPP "This program was written with MacApp® Release 10\n© 1984-96 Apple Computer, Inc."
- #define MA_VERS_CODE 0x0A, 0x00, final, 0x00
-
- #define MACAPP_3_3 1 /* TRUE */
-
- #endif // __MACAPPVERSION__
-